projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93815e5
)
; * lisp/eshell/esh-io.el (eshell-virtual-target): Remove default constructor.
author
Jim Porter
<jporterbugs@gmail.com>
Tue, 22 Aug 2023 16:11:13 +0000
(09:11 -0700)
committer
Jim Porter
<jporterbugs@gmail.com>
Tue, 22 Aug 2023 16:11:13 +0000
(09:11 -0700)
lisp/eshell/esh-io.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-io.el
b/lisp/eshell/esh-io.el
index 59c5a93d5c8f40e6cf83ab2bb112be60d09d6e57..c9d87c650d51e1f5c94e86beeda5e2cef53e2b3f 100644
(file)
--- a/
lisp/eshell/esh-io.el
+++ b/
lisp/eshell/esh-io.el
@@
-499,6
+499,7
@@
after all printing is over with no argument."
(eshell-print "\n"))
(cl-defstruct (eshell-virtual-target
+ (:constructor nil)
(:constructor eshell-virtual-target-create (output-function)))
"A virtual target (see `eshell-virtual-targets')."
output-function)